Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Avoid "Error: No OTA data buffers available" on LPC54018 #1621

Merged
merged 1 commit into from
Dec 14, 2019

Conversation

dan4thewin
Copy link
Contributor

Tune number of buffers.

Same as #1620 but for release-candidate.

@@ -100,7 +100,7 @@
* This configurations parameter sets the maximum number of static data buffers used by
* the OTA agent for job and file data blocks received.
*/
#define otaconfigMAX_NUM_OTA_DATA_BUFFERS 2U
#define otaconfigMAX_NUM_OTA_DATA_BUFFERS 10U
Copy link
Contributor

@pvyawaha pvyawaha Dec 14, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noting that as the file block size is 4 KB we are reserving 40 KB for data buffers.

@gkwicker gkwicker merged commit 9f26ddc into release-candidate Dec 14, 2019
@dan4thewin dan4thewin deleted the lpc54018-tuning-rc branch December 14, 2019 01:33
VanNamDinh pushed a commit to renesas/amazon-freertos that referenced this pull request Mar 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants